home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / arexx / ww5prvfn.lha / PreviewFonts.doc next >
Text File  |  1996-04-20  |  3KB  |  107 lines

  1.  
  2.                              PreviewFonts v1.0
  3.  
  4.                       An AREXX script for Wordworth 5
  5.  
  6.                         Adam Dawes, 17th April 1996
  7.  
  8.  
  9.  
  10. What is PreviewFonts?
  11. ~~~~~~~~~~~~~~~~~~~~~
  12.  
  13. PreviewFonts is an AREXX script for use with Digita's excellent
  14. wordprocessor, Wordworth 5. The script will not work with previous versions
  15. of Wordworth.
  16.  
  17. PreviewFonts will scan all the fonts you have installed in Wordworth, and
  18. will print a brief line of text using each of them. This is very useful to
  19. print, as you can later refer to the font previews to find a suitable font
  20. for a document you are working on.
  21.  
  22.  
  23.  
  24. Installation
  25. ~~~~~~~~~~~~
  26.  
  27. Copy the file called "PreviewFonts.rexx" to the WwRexx directory inside
  28. your Wordworth directory.
  29.  
  30. Next, load Wordworth 5 and select "ARexx Macros..." from the Tools menu. At
  31. the bottom of the window that opens is a button marked "Add...". Click on
  32. this, and select "PreviewFonts.rexx" from the file requester that opens.
  33. PreviewFonts will now have been added to the list of Macros available.
  34.  
  35.  
  36.  
  37. Using PreviewFonts
  38. ~~~~~~~~~~~~~~~~~~
  39.  
  40. Once PreviewFonts is installed, it can be started by selecting its name
  41. from the ARexx Macros window, and clicking on the "Play" button.
  42.  
  43. First of all, PreviewFonts will ask you which sort of fonts you want to
  44. preview. You can select Intellifont, Postscript or TrueType fonts, or all
  45. three together.
  46.  
  47. A new document will then be opened, and Wordworth will construct the font
  48. preview.
  49.  
  50.  
  51.  
  52. Warning
  53. ~~~~~~~
  54.  
  55. Having a single document containing all the fonts on your system can be
  56. very memory intensive, as Wordworth tries to load all the fonts
  57. simultaneously. If too many fonts are loaded, Wordworth will start
  58. complaining that it can't open further fonts.
  59.  
  60. For this reason, I added the option of only previewing a particular type of
  61. font (Intellifont, TrueType, etc.). Try constructing a FontPreview for each
  62. font type, and print them separately.
  63.  
  64. Constructing the font previews can be quite time consuming, as Wordworth
  65. opens and decodes each font. Try to avoid changing the zoom level on your
  66. document, as this will require Wordworth to reload *all* of the fonts at
  67. their new size.
  68.  
  69.  
  70.  
  71. Legal stuff
  72. ~~~~~~~~~~~
  73.  
  74. PreviewFonts is Copyright (C) Adam Dawes, 1996. It may be freely
  75. distributed as long as no charge is made for its duplication, and as long
  76. as it is not involved within any commercial distributions. I hereby grant
  77. permission for Aminet, Fred Fish and Digita International *only* to
  78. distribute the script without my express written permission.
  79.  
  80. You may make modifications to PreviewFonts for your own personal use only.
  81. You may not distribute modified versions. If you wish to see a change made
  82. to PreviewFonts, please mail me and I will see about incorporating it.
  83.  
  84. I accept no responsibility for any damage done to your system, directly or
  85. indirectly, as a result of using PreviewFonts. You use it entirely at your
  86. own risk.
  87.  
  88.  
  89.  
  90. Contacting the Author
  91. ~~~~~~~~~~~~~~~~~~~~~
  92.  
  93. I can be contacted by email or snail mail as follows:
  94.  
  95.   Internet:   Adam@beachyhd.demon.co.uk
  96.               ad32@brighton.ac.uk
  97.  
  98.   FidoNet:    Adam Dawes @ 2:441/93.5
  99.  
  100.   Snail mail: Adam Dawes
  101.               47 Friar Road
  102.               Brighton
  103.               BN1 6NH
  104.  
  105.  
  106. Watch for more Wordworth scripts coming soon!
  107.